GrapeCity SPREAD for WPF 2.0J
RemoveItem メソッド (NotifyCollection<T>)

削除する要素の 0 から始まるインデックス。
コレクションの指定したインデックスにある項目を削除します。
構文
'Declaration
 
Protected Overrides Sub RemoveItem( _
   ByVal index As Integer _
) 
protected override void RemoveItem( 
   int index
)

パラメータ

index
削除する要素の 0 から始まるインデックス。
例外
例外説明
System.InvalidOperationExceptionコレクションがロックされています。
System.ArgumentOutOfRangeExceptionindex に指定された値がコレクションのサイズ以上です。
参照

NotifyCollection<T> クラス
NotifyCollection<T> メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.